org.eclipse.vtp.framework.common.configurations
Interface CommonConstants

All Known Implementing Classes:
AssignmentConfiguration, BranchConfiguration, BrandConfiguration, DataTypeConfiguration, DispatchConfiguration, ExitConfiguration, FieldConfiguration, ScriptConfiguration, VariableMappingConfiguration

public interface CommonConstants

Configuration constants for the common extensions.

Author:
Lonnie Pryor

Field Summary
static java.lang.String MAPPING_TYPE_EXPRESSION
          The "expression" mapping type constant.
static java.lang.String MAPPING_TYPE_NONE
          The "none" mapping type constant.
static java.lang.String MAPPING_TYPE_STATIC
          The "static" mapping type constant.
static java.lang.String MAPPING_TYPE_VARIABLE
          The "variable" mapping type constant.
static java.lang.String NAME_ASSIGNMENT
          The "assignment" name constant.
static java.lang.String NAME_BRANCH
          The "branch" name constant.
static java.lang.String NAME_BRAND
          The "brand" name constant.
static java.lang.String NAME_DATA_TYPE
          The "data-type" name constant.
static java.lang.String NAME_DISPATCH
          The "dispatch" name constant.
static java.lang.String NAME_ENTRY
          The "entry" name constant.
static java.lang.String NAME_EXIT
          The "exit" name constant.
static java.lang.String NAME_FIELD
          The "field" name constant.
static java.lang.String NAME_INITIAL_VALUE
          The "initial-value" name constant.
static java.lang.String NAME_KEY
          The "key" name constant.
static java.lang.String NAME_LEFT_OPERAND
          The "left-operand" name constant.
static java.lang.String NAME_NAME
          The "name" name constant.
static java.lang.String NAME_OUTGOING
          The "outgoing" name constant.
static java.lang.String NAME_PATH
          The "path" name constant.
static java.lang.String NAME_PRIMARY_FIELD
          The "primary-field" name constant.
static java.lang.String NAME_RIGHT_OPERAND
          The "right-operand" name constant.
static java.lang.String NAME_SCRIPT
          The "script" name constant.
static java.lang.String NAME_SCRIPTING_LANGUGAGE
          The "scripting-language" name constant.
static java.lang.String NAME_TYPE
          The "type" name constant.
static java.lang.String NAME_URI
          The "uri" name constant.
static java.lang.String NAME_VALUE
          The "value" name constant.
static java.lang.String NAME_VARIABLE_MAPPING
          The "variable-mapping" name constant.
static java.lang.String NAMESPACE_URI
          The name space URI of the common configuration objects.
 

Field Detail

NAMESPACE_URI

static final java.lang.String NAMESPACE_URI
The name space URI of the common configuration objects.

See Also:
Constant Field Values

NAME_ASSIGNMENT

static final java.lang.String NAME_ASSIGNMENT
The "assignment" name constant.

See Also:
Constant Field Values

NAME_BRANCH

static final java.lang.String NAME_BRANCH
The "branch" name constant.

See Also:
Constant Field Values

NAME_BRAND

static final java.lang.String NAME_BRAND
The "brand" name constant.

See Also:
Constant Field Values

NAME_DATA_TYPE

static final java.lang.String NAME_DATA_TYPE
The "data-type" name constant.

See Also:
Constant Field Values

NAME_DISPATCH

static final java.lang.String NAME_DISPATCH
The "dispatch" name constant.

See Also:
Constant Field Values

NAME_ENTRY

static final java.lang.String NAME_ENTRY
The "entry" name constant.

See Also:
Constant Field Values

NAME_EXIT

static final java.lang.String NAME_EXIT
The "exit" name constant.

See Also:
Constant Field Values

NAME_FIELD

static final java.lang.String NAME_FIELD
The "field" name constant.

See Also:
Constant Field Values

NAME_INITIAL_VALUE

static final java.lang.String NAME_INITIAL_VALUE
The "initial-value" name constant.

See Also:
Constant Field Values

NAME_KEY

static final java.lang.String NAME_KEY
The "key" name constant.

See Also:
Constant Field Values

NAME_LEFT_OPERAND

static final java.lang.String NAME_LEFT_OPERAND
The "left-operand" name constant.

See Also:
Constant Field Values

NAME_NAME

static final java.lang.String NAME_NAME
The "name" name constant.

See Also:
Constant Field Values

NAME_OUTGOING

static final java.lang.String NAME_OUTGOING
The "outgoing" name constant.

See Also:
Constant Field Values

NAME_PATH

static final java.lang.String NAME_PATH
The "path" name constant.

See Also:
Constant Field Values

NAME_PRIMARY_FIELD

static final java.lang.String NAME_PRIMARY_FIELD
The "primary-field" name constant.

See Also:
Constant Field Values

NAME_RIGHT_OPERAND

static final java.lang.String NAME_RIGHT_OPERAND
The "right-operand" name constant.

See Also:
Constant Field Values

NAME_SCRIPT

static final java.lang.String NAME_SCRIPT
The "script" name constant.

See Also:
Constant Field Values

NAME_SCRIPTING_LANGUGAGE

static final java.lang.String NAME_SCRIPTING_LANGUGAGE
The "scripting-language" name constant.

See Also:
Constant Field Values

NAME_TYPE

static final java.lang.String NAME_TYPE
The "type" name constant.

See Also:
Constant Field Values

NAME_URI

static final java.lang.String NAME_URI
The "uri" name constant.

See Also:
Constant Field Values

NAME_VALUE

static final java.lang.String NAME_VALUE
The "value" name constant.

See Also:
Constant Field Values

NAME_VARIABLE_MAPPING

static final java.lang.String NAME_VARIABLE_MAPPING
The "variable-mapping" name constant.

See Also:
Constant Field Values

MAPPING_TYPE_NONE

static final java.lang.String MAPPING_TYPE_NONE
The "none" mapping type constant.

See Also:
Constant Field Values

MAPPING_TYPE_STATIC

static final java.lang.String MAPPING_TYPE_STATIC
The "static" mapping type constant.

See Also:
Constant Field Values

MAPPING_TYPE_EXPRESSION

static final java.lang.String MAPPING_TYPE_EXPRESSION
The "expression" mapping type constant.

See Also:
Constant Field Values

MAPPING_TYPE_VARIABLE

static final java.lang.String MAPPING_TYPE_VARIABLE
The "variable" mapping type constant.

See Also:
Constant Field Values